

#tickter-container {

}

#tickter-container h2 {
    font-family: Candara;
    font-size: 17px;
}

#vertical-ticker {
    height: 220px;
    overflow: hidden;
    padding: 0px;
    margin-top: 6px;
}

	#vertical-ticker li {
    display: block;
    padding-top: 8px;
}
	
	#vertical-ticker h3 {
    font-family: "arial";
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 6px;
    margin-left: 36px;
}

#vertical-ticker p {
    font-family: "arial";
    font-size: 10px;
    color: #5A5A5A;
    margin-top: 12px;
}

	#vertical-ticker p a {
    color: rgba(7, 134, 147, 1);
    text-decoration: none;
}

	#vertical-ticker p a:hover{
    text-decoration:underline;
}


.connector {
    margin-top: 16px;
    position: absolute;
    margin-left: 180px;
    background-color: #FFF;
    width: 85px;
    border: 1px solid #C0C0C0;
    height: 34px;
}

.up {
    float: left;
    margin-top: 7px;
}

.down {
    margin-top: 7px;
    overflow: hidden;
}

